2025-11-01: Plugin cleanup and repository maintenance#69
Merged
john-mutuma merged 8 commits intodevelopfrom Nov 1, 2025
Merged
2025-11-01: Plugin cleanup and repository maintenance#69john-mutuma merged 8 commits intodevelopfrom
john-mutuma merged 8 commits intodevelopfrom
Conversation
added 8 commits
November 1, 2025 11:07
- Remove nvim-notify dependency from noice.lua (use Snacks notifier) - Remove zen-mode.nvim plugin (no keybindings configured) - Delete orphaned nvim-ide keymaps file (plugin not installed) - Update lazy-lock.json to reflect removed plugins Consolidates notification system to use Snacks.nvim built-in notifier, reducing dependencies and simplifying the plugin stack.
- Replace toggleterm.terminal.Terminal with Snacks.terminal() - Maintain backdrop functionality and on_exit callbacks - Update EditLineFromScooter and OpenScooterSearchText functions - Remove toggleterm dependency from plugin list - Terminal window detection now checks for snacks_terminal buffer pattern
- Remove grug-far plugin from init.lua - Update Snacks dashboard to use :FindReplace (scooter) instead of :GrugFar - scooter provides better terminal integration with custom backdrop - Eliminates redundancy between two search/replace tools
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR consolidates the plugin ecosystem and cleans up legacy files to maintain a leaner, more maintainable codebase. The main focus is eliminating redundant search/replace tools and standardizing terminal API usage across the configuration.
:FindReplacecommand for search/replaceWhy is it needed?
Plugin Consolidation:
Repository Cleanup:
User Experience:
How have the changes been tested?
:FindReplacecommand works from Snacks dashboardScreenshots (if applicable)
N/A - Terminal and keymap changes are functional improvements without visual UI changes
Checklist